/* CSS Reset */
body{
  font-family:"微软雅黑";
}
html{
  overflow:-Scroll;
  overflow-x:hidden;
  zoom:1;
  overflow-y:scroll;
  overflow:-moz-scrollbars-vertical;
}
.w1000{
  position:relative;
  width:1200px;
  margin: 0 auto;
}
.w1000_new{
  position:relative;
  width:1200px;
  margin: 0 auto;
}
.ptb25{padding:25px 0;}
.ptb30{padding:30px 0;}
a{
  -webkit-transition:all 0.3s linear;
     -mos-transition:all 0.3s linear;
      -mz-transition:all 0.3s linear;
       -o-transition:all 0.3s linear;
          transition:all 0.3s linear;
}
a:hover{
  -webkit-transition:all 0.3s linear;
     -mos-transition:all 0.3s linear;
      -mz-transition:all 0.3s linear;
       -o-transition:all 0.3s linear;
          transition:all 0.3s linear;
}
a:hover{
  color:#B51A20;
}
.spanBox{
  display:block;
  padding:0 10px;
  text-align:center;
  font-size:16px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}

.bHeader{height:145px;overflow:hidden;}
/*.bHeader .logo{padding-top:44px;}*/
.bHeader .link{width:204px;height:33px;line-height:33px;background:#dcdcdc;border-radius:0 0 4px 4px;padding:0 5px;}
.bHeader .link a{padding:0 7px;}
.bHeader .link a:hover{color:#B51A20;}
.bHeader .tel{height:57px;background:url(../images/telbj.jpg) no-repeat;margin-top:13px;padding-left:70px;line-height:29px;font-size:26px;font-family:arial;color:#B51A20;margin-left:0px;}

.bNav{height:50px;background:url(../images/navbj.jpg) repeat-x;}
.bNav .nav{width:1200px;margin:0 auto;}
.bNav .nav li{float:left;position:relative;z-index:11;}
.bNav .nav li a {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    overflow: hidden;
    transition: all 0s linear;
    text-align: center;
    color: #fff;
    background: url(../images/navline.jpg) no-repeat left center;
    padding: 0 28px;
}

.bNav .nav li.none a{background:none;}
.bNav .nav li a:hover,.bNav .nav li a.active{color:#fff;text-decoration:underline;}

/* banner */
.fullSlide{position:relative;height:450px;z-index:10;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:450px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:450px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:25px;left:0;height:14px;line-height:14px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px;height:14px;margin:0 2px;overflow:hidden;background:#fff;filter:alpha(opacity=50);opacity:0.5;line-height:999px;border-radius:50%;}
.fullSlide .hd ul li.on{background:#B51A20;filter:alpha(opacity=100);opacity:1}
.fullSlide .prev,
.fullSlide .next{position:absolute;z-index:1;display:block;width:45px;height:100px;top:50%;margin-top:-50px;left:3%;background:url(../images/img/icons.png) 0 0 no-repeat;
  cursor:pointer;filter:alpha(opacity=100);opacity:1;display:none;}
.fullSlide .next{left:auto;right:3%;background-position:-45px 0;}
.pageBanner{height:200px;position:relative;z-index:10}

/* footer */
.bFooter{background:#222;padding:0 0 30px;overflow:hidden;color:#999;}
.bFooter a,.bLinks a{color:#999;}
.bFooter a:hover,.bLinks a:hover{color:#fff;text-decoration:underline;}
.bFooter .menu{height:52px;line-height:52px;text-align:center;border-bottom:1px solid #3a3a3a;color:#999;font-size:14px;margin-bottom:30px;}
.bFooter .menu span{padding:0 14px;}
.bFooter .menu a{color:#999;}
.bFooter .logo{width:215px;height:113px;text-align:center;padding-top:17px;}
.bFooter .tel{padding:0 45px;line-height:25px;width:355px;overflow:hidden;border-left:1px solid #3a3a3a;border-right:1px solid #3a3a3a;}
.bFooter .tel h2{font-size:15px;font-weight:normal;}
.bFooter .tel span{padding-left:15px;}
.bFooter .code img{display:block;float:left;margin-left:15px;padding:5px;border-radius:4px;background:#fff;}
.bLinks{background:#0e0e0e;padding:10px 0;overflow:hidden;color:#999;font-size:14px;}
.bLinks span{padding:0 5px;color:#999;}

/* search */
.bHot{height:56px;overflow:hidden;background:url(../images/searchbj.jpg) repeat-x;z-index:12;position:relative;}
.bHot .keyword{line-height:54px;width:600px;overflow:hidden;}
.bHot .keyword span{color:#B51A20;}
.bHot .keyword a{padding:0 3px;}
.bHot .keyword a:hover{text-decoration:underline;}
.bHot .search{height:28px;width:300px;border:1px solid #c0c0c0;margin-top:15px;border-radius:4px;background:#fff;}
.bHot .search .text{width:255px;height:28px;line-height:28px;float:left;padding-left:10px;color:#999;border:none;background:none}
.bHot .search .subt{width:30px;height:28px;background:url(../images/subt.jpg) no-repeat center;border:none;float:right;cursor:pointer;}
.bHot .tel{background:url(../images/telbj.png) no-repeat left 26px;padding-left:25px;font-size:14px;color:#fff;line-height:60px;}
.bHot .tel span{font-family:arial;font-size:25px;position:relative;top:3px;}

/* product */
.bProd{padding:10px 0;overflow:hidden;}
.bProd .prodBar{
  width:258px;
  overflow:hidden;
  border:1px solid #9e9999;
  background-color: #EFEFEF;
}
.bProd .prodBar h2{height:94px;}
.bProd .prodBar ul{width:258px;overflow:hidden;}
.bProd .prodBar li{
  overflow:hidden;
  background:url(../images/sbj.jpg) no-repeat left top;
  
}
.bProd .prodBar li a{
  display:block;
  width:170px;
  height:48px;
  line-height:48px;
  color:#fff;
  font-size:16px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  font-weight:bold;
  padding-left:75px;
  padding-right:15px;
  z-index: 999;
}
/*.bProd .prodBar li.n1 a{background:url(../images/n1.png) no-repeat 50px center;}*/
.bProd .prodBar li.n2 a{background:url(../images/n2.png) no-repeat 50px center;}
.bProd .prodBar li.n3 a{background:url(../images/n3.png) no-repeat 50px center;}
.bProd .prodBar li.n4 a{background:url(../images/n4.png) no-repeat 50px center;}
.bProd .prodBar li.n5 a{background:url(../images/n5.png) no-repeat 50px center;}
.bProd .prodBar li ol li :hover{background-color: #B51A20;}


.bProd .prodBar li ol{overflow:hidden;background:#EFEFEF;}

.bProd .prodBar li li a,.bProd .prodBar li.n1 li a,.bProd .prodBar li.n2 li a,.bProd .prodBar li.n3 li a,.bProd .prodBar li.n4 li a
{
 height:36px;
 line-height:35px;
 padding-left:60px;
 width:203px;
 font-weight:normal;
 font-size:18px;
}
.bProd .prodBar  li a:hover{color:white;}
.bProd .prodBar  li a{color:black;}
.bProd .prodShow{width:920px;overflow:hidden;background:#fff;padding-bottom:0px;}
.bProd .prodShow h2{height:36px;text-align:center;padding-top: 35px;}
.bProd .prodShow .bd{width:918px;overflow:hidden;border:1px solid #9e9999;padding-bottom: 5px;height: 737px;}
.bProd .prodShow .bd ul{padding-left:0px;}
.bProd .prodShow .bd li{
	width:277px;
	height:230px;
	float:left;
	margin-left:22px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	padding-top:15px;

	
}
.bProd .prodShow .bd li:hover img{opacity:.8}
.bProd .prodShow .bd li span{width:257px;height:35px;line-height:40px;}
.index_img_big:hover{
	
	width:282px;
	height:201px;
	
}




/*20200730zht new youshi*/
.sidayoushi{
  width: 100%;
  overflow:hidden;
  position:relative;
  background:#f8f8f8;
  padding-top:46px;
}
.sidayoushi .ys_tlt{margin:0 auto;width:1920px;position:absolute;top:0;left:50%;margin-left:-960px;}
.sidayoushi .ys{width:1100px;margin:0 auto;}
.ex_01 {
  width:100%;
    height: 369px;
    margin-top: 19px;
    background: url(../images/ys1.jpg) right center no-repeat;
}
.exper_public dt {
    width: 485px;
    height: 75px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #E41C1F;
  position:relative;
    padding-left:70px;
}
.exper_public dt i {

    display: block;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
    font-size: 50px;
    font-family: arial;
    color: #E41C1F;
    font-weight: normal;
  position:absolute;
  left:0;top:0;
}
.exper_public dd {
    width: 485px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
  margin-bottom:20px;
}
.exper_public dd p{ font-size: 16px;}
.exper_public dd span {
    color: #E41C1F;
}
.ex_02 {
  width:600px;
    height: 400px;
    margin-top: 40px;
  padding-left:600px;
    background: url(../images/ys2.jpg) left center no-repeat;
}
.tong2-box_new{
    width:100%;
    height:178px;
    background-color:#3B3B3B;
    margin-top:5px;
  }
.tong2_new{
 
}

.t2_new{
  width: 1200px;
  margin:0 auto;
}
.t2_new_1{
  width: 666px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding-top: 13px;
  float: left;
}
.t2_new_1 p{
  font-size:38px;
  color: white;
  padding-top: 5px;
  line-height: 40px;
  font-weight: 540;
  letter-spacing: 7px;

}
.t2_new_2{
  width: 700px;
  float: left;
}
.t2_p1{
  color:#E41C1F; 
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.t2_p2{
  color: white;
  margin-top: 10px;
  font-size: 16px;

}
.t2_rexian{
  float: right;
  width: 410px;
  height:60px;
  color: white;
  font-size: 30px;
  margin-top: 50px;
}
.w1000_article_list{
  width: 1200px;
  margin: 0 auto;
}
.pageContent_article_list{
  width: 900px;
  overflow: hidden;
  min-height: 650px;

}

.pageContentBox_article_list{
  width:900px;
  padding-top:20px;
  overflow:hidden;
}
.w1000_product {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.w1000_page{
	
	position: relative;
    width: 1200px;
    margin: 0 auto;
	
}
.w1000_pic{
	position: relative;
    width: 1200px;
    margin: 0 auto;
}
.w1000_contact{
	position: relative;
    width: 1200px;
    margin: 0 auto;	
}



/************************************/




/* odds */
.bOdds{padding:40px 0 60px;overflow:hidden;}
.bOdds h2{height:106px;text-align:center;}
.bOdds .odds{background:url(../images/ys.jpg) no-repeat;margin-top:75px;padding-left:565px;height:448px;}
.bOdds .odds div{line-height:18px;padding-top:17px;}
.bOdds .odds h3{font-size:18px;color:#B51A20;display:block;padding-bottom:6px;}
.bOdds .odds span{color:#B51A20}
.bOdds .odds .od1{padding-top:0}
.bOdds .odds .od4{padding-top:17px}
.bOdds .odds .od5{padding-top:18px}
.bOdds .odds .od6{padding-top:19px}



/* picture */
.bPicture{position:relative;margin-top:30px;padding-bottom:40px;}
.bPicture .hd{
  width:1200px;
  height:56px;
  background:url(../images/sline.jpg) repeat-x;
}
.bPicture .hd li{
  width:600px;
  height:56px;
  line-height:50px;
  text-align:center;
  float:left;
  font-size:18px;
  font-weight:bold;
}
.bPicture .hd li.on {
  background: url(../images/shover.jpg) no-repeat center bottom;
  color: #fff;
}

.bPicture .prev,.bPicture .next {
  display: block;
  width: 14px;
  height: 25px;
  background: url(../images/ant.jpg) no-repeat;
  position: absolute;
  left: -75px;
  top: 72px;
  cursor: pointer;
}

.bPicture .next {
  left: auto;
  right: -75px;
  background-position: 0 -25px;
}

.bPicture .prev:hover {
  background-position: -14px 0
}

.bPicture .next:hover {
  background-position: -14px -25px
}

.bPicture .bd {
  width: 1000px;
  height: 205px;
  position: relative;
  margin: 25px auto 25px auto;
}

.bPicture .bd .box {
  width: 1000px;
  height: 205px;
  overflow: hidden;
}

.bPicture .bd ul {
  width: 10000px;
}

.bPicture .bd li {
  width: 240px;
  height: 205px;
  float: left;
  margin-right: 13px;
}

.bPicture .bd li img {
  width: 240px;
  height: 170px;
}

.bPicture .bd li h3 {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 220px;
  font-weight: normal;
}

.bPicture .bd li:hover {
  color: #cf0100;
}


/* left content */
.pageSidebar {
	width: 260px;
	overflow: hidden;
}

.sidebarOne h2 {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	border-radius: 2px 2px 0 0;
	background: url(../images/sibj.jpg) no-repeat;
	font-weight: normal;
}

.sidebarOne li {
	margin-top: 2px;
}

.sidebarOne li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	background: url(../images/img/eb.png) no-repeat 197px center #e8e8e8
}

.sidebarOne li a:hover,.sidebarOne li .active {
	background: url(../images/img/ebh.png) no-repeat 194px center #B51A20;
	color: #fff;
}

.sidebarOne li ol {
	margin-bottom: 5px;
	overflow: hidden;
	background: #B51A20;
}

.sidebarOne li ol li {
	margin: 0 15px 0 35px;
	width: 190px;
}

.sidebarOne li ol li a {
	display: block;
	height: 33px;
	line-height: 33px;
	background: url(../images/picon.jpg) no-repeat 10px center;
	padding-left: 40px;
	color: #fff;
	border-top: 1px dotted #fff;
	font-size: 16px;
	width: 150px;
	font-family: "宋体"
}

.sidebarOne li ol li a:hover,.sidebarOne li ol li a.active {
	background: url(../images/picon.jpg) no-repeat 10px center;
	color: #fff;
	font-weight: bold;
}

.sidebarTwo,.sidebarThree {
	margin-top: 15px;
	border: 1px solid #e1e1e1;
	padding: 14px;
	background: #fff;
}

.sidebarTwo h2,.sidebarThree h2 {
	height: 35px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.sidebarTwo .bd {
	width: 230px;
	height: 400px;
}

.sidebarTwo .bd .box {
	height: 400px;
	overflow: hidden;
}

.sidebarTwo .bd ul {
	overflow: hidden;
	zoom: 1;
}

.sidebarTwo .bd li {
	width: 230px;
	height: 200px;
}

.sidebarTwo .bd li img {
	border: 1px solid #e1e1e1;
	padding: 2px;
}

.sidebarTwo .bd li img:hover {
	border-color: #B51A20
}

.sidebarTwo .bd li span {
	width: 209px;
	height: 35px;
	line-height: 35px;
}

.sidebarThree h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

.sidebarThree h3 span {
	display: block;
	font-size: 26px;
	color: #018f28;
	font-family: arial;
}

.sidebarThree p {
	line-height: 22px;
	padding-top: 10px;
}

.sidebarThree p span {
	padding-left: 3em;
}
.sidebarOne ul{
	
}

/* right content */
.pageContent{width:900px;overflow:hidden;min-height:650px;}
.pageTitle{height:46px;line-height:40px;background:url(../images/img/conti.png) no-repeat left bottom;}
.pageTitle h2{display:block;float:left;height:46px;text-align:left;font-size:18px;overflow: hidden;font-weight:normal;}
.pageTitle span{height:46px;float:right;font-family:"宋体";}
.position{height:46px;line-height:40px;background:url(../images/img/conti.png) no-repeat left bottom;}
.pageContentBox{width:900px;padding-top:20px;overflow:hidden;}

/* setting */
.settingList{width:850px;}
.settingList li{width:235px;height:204px;float:left;margin-right:22px;margin-bottom:5px;}
.settingList li img{border:2px solid #e1e1e1;padding:3px;}
.settingList li img:hover{border-color:#B51A20}
.settingList li span{width:215px;height:35px;line-height:35px;}

/* honor */
.honorList{width:850px;}
.honorList li{width:235px;height:204px;float:left;margin-right:22px;margin-bottom:5px;}
.honorList li img{border:2px solid #e1e1e1;padding:3px;}
.honorList li img:hover{border-color:#B51A20}
.honorList li span{width:215px;height:35px;line-height:35px;}

/* picture */
.pictureList{width:900px;}
.pictureList li{width:277px;height:217px;float:left;margin-right:22px;margin-bottom:30px;}
.pictureList li img{border:2px solid #e1e1e1;padding:3px;}
.pictureList li img:hover{border-color:#B51A20}
.pictureList li span{width:250px;height:35px;line-height:35px;}

/* case list */
.caseList li{margin-top:20px;border-bottom:1px dashed #c2c2c2;padding-bottom:20px;overflow:hidden;}
.caseList li img{display:block;float:left;margin-right:25px;padding:2px;border:1px solid #c2c2c2;background:#fff}
.caseList li h3{padding:10px 0;font-size:18px;font-weight:bold;}
.caseList li p{line-height:22px;padding-bottom:10px;color:#999;}
.caseList li a{display:inline-block;width:85px;height:30px;line-height:30px;text-align:center;background:#013893;color:#fff;}
.caseList li a:hover{color:#fff;background:#B51A20;}

/* news list */
.newsList li{padding:20px 0;height:100px;border-bottom:1px dashed #d9d9d9;overflow:hidden;}
.newsList li img{display:block;float:left;margin-right:15px;height:100px;}
.newsList li h3{font-size:15px;color:#333;font-weight:normal;}
.newsList li h4{color:#c8c8c8;font-weight:normal;}
.newsList li p{line-height:24px;padding-top:5px;color:#888;}

/* news show */
.newsShow h2{font-size:20px;line-height:32px;text-align:center;position:relative;font-weight:normal;}
.newsShow h3{text-align:center;height:30px;line-height:30px;border-bottom:1px solid #d2d2d2;font-weight:normal;}
.newsShow h3 span{margin:8px 8px 0 8px; color:#999;text-decoration:none;}
.fontResizer a{padding:0 5px;}
.curFont{font-weight:bold;color:#B51A20;}
.newsShowBox{padding-top:15px;line-height:26px;padding-bottom:10px;}
.picturePic{text-align:center;padding-bottom:15px;}
.fenyList{height:35px;background:#eee;padding:0 10px;margin-top:15px;}
.prew {background:url(../images/img/pre_info.gif) no-repeat left center;float:left;height:35px;line-height:35px;overflow:hidden;padding-left:15px;text-align:left;width:46%;}
.nextw {background:url(../images/img/next_info.gif) no-repeat right center;float:right;height:35px;line-height:35px;overflow:hidden;padding-right:15px;text-align:right;width:46%;}
.recTitle{padding-left:20px;height:35px;line-height:35px;background:url(../images/img/page_line.jpg) no-repeat 10px 12px #eee;font-size:14px;font-weight:bold;color:#333;font-weight:normal;}

/* related news */
.recNews{width:750px;overflow:hidden;margin-top:20px;}
.recNews ul{width:870px;padding-top:10px;}
.recNews ul li{float:left;margin-right:50px;width:350px;height:28px;line-height:28px;}
.recNews ul li a{display:block;width:230px;line-height:28px;background:url(../images/img/iconh.jpg) no-repeat left center;padding-left:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;}
.recNews ul li a:hover{background:url(../images/img/iconi.jpg) no-repeat left center;}
.recNews ul li span{float:right;color:#999;}

/* product list */
.productList{width:900px;}
.productList li{width:278px;height:239px;float:left;margin-right:22px;margin-bottom:5px;}
.productList li img{border:2px solid #e1e1e1;padding:3px;}
.productList li img:hover{border-color:#B51A20}
.productList li span{width:260px;height:35px;line-height:35px;}

/* product left */
.productShowPic{width:448px;}
.productShowPic .box{width:448px;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-s310, .tb-s310 a{height:320px;width:448px;background:#fff}
.tb-s310, .tb-s310 img{max-height:320px;max-width:448px;}
.tb-s310 a{*font-size:271px;}
.tb-booth{border:1px solid #dadada;position:relative;z-index:1;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url(../images/img/mask.png);cursor:move;z-index:1;}

.tb-picList{width:448px;height:46px;overflow: hidden;margin-top:10px;position:relative;}
.tb-picList a.prev,.tb-picList a.next{display:block;width:12px;height:21px;position:absolute;top:14px;left:0;background:url(../images/img/anu.png) no-repeat;overflow:hidden;cursor:pointer;transition:all 0s linear;}
.tb-picList a.prev:hover{background-position:0 -21px;}
.tb-picList a.next{left:auto;right:0;background-position:0 -42px;}
.tb-picList a.next:hover{background-position:0 -63px;}

.tb-picList .tb-thumb{position:relative;width:290px;height:46px;margin:0 auto;overflow:hidden;}
.tb-picList .tb-thumb ul{position:absolute;width:999999px;height:46px;}
.tb-picList .tb-thumb ul li{background:none;float:left;width:76px;height:46px;overflow:hidden;}
.tb-picList .tb-thumb ul li a{display:block;width:60px;height:44px;border:1px solid #d9d9d9;text-align:center;background:#fff}
.tb-picList .tb-thumb ul li img{max-width:100%;height:44px;cursor:pointer;}
.tb-picList .tb-thumb ul li a.tb-selected{border:1px solid #B51A20;}

/* product right */
.productShowTitle{width:365px;height:344px;overflow:hidden;padding-left:23px;}
.productShowTitle h2{line-height:24px;border-bottom:1px dashed #e1e1e1;font-size:16px;padding:10px 0;}
.descriptionBox{
  margin:10px 0;
  height:132px;
  line-height:22px;
  overflow:hidden;
  font-family:"宋体";
  font-size: 14px;
  color: #666666;
}
.productOrder a{display:block;width:120px;height:40px;line-height:40px;text-align:center;font-size:18px;color:#fff;border-radius:4px;background:#333;margin-top:15px;}
.productOrder a:hover{color:#fff;background:#B51A20}
.productTel{font-size:16px;padding:15px 0;overflow:hidden;line-height:30px;}
.productTel span{font-family:arial;font-size:24px;color:#B51A20;position:relative;top:3px;}
.productFenx{height:40px;}

/* shuo */
.tabListBox{overflow:hidden;margin-top:20px;}
.tabList{height:35px;background:#eee;}
.tabList li{display:block;width:100px;height:35px;line-height:35px;float:left;text-align:center;font-size:15px;background:#d8d8d8;color:#333;}
.tabList li.on{color:#fff;background:#B51A20;}
.tabBox{overflow:hidden;padding-top:15px;}

/* order */
.orderBox{width:100%;overflow:hidden;margin-top:20px;}
.order{width:615px;border:none;background:none;font-size:14px;font-weight:bold;color:#333;}
.orderTable{padding:20px;margin-top:2px;background:#efefef;overflow:hidden;}
.tableRow{width:236px;height:24px;float:left;}
.tableRow span{display:inline-block;float:left;width:65px;height:24px;line-height:24px;text-align:center;}
.rowInput{float:left;padding:3px 5px;width:159px;height:16px;line-height:16px;border:1px solid #d0d0d0;background:#fff;color:#999;}
.tableRowA{margin-top:15px;margin-bottom:15px;height:80px;}
.tableRowA span{display:inline-block;float:left;width:65px;height:80px;line-height:22px;text-align:center;}
.rowTextarea{float:left;padding:3px 5px;width:632px;height:72px;line-height:20px;border:1px solid #d0d0d0;background:#fff;color:#999;}
.rowInput:focus,.rowTextarea:focus{border-color:#B51A20;}
.grCode{width:500px;}
.rowA{width:120px;}
.pt15{margin-top:15px;}
checkcode{margin-left:10px;float:left;width:63px;height:22px;border:1px solid #d0d0d0;}
.subtA{margin-left:65px;width:65px;height:24px;line-height:24px;text-align:center;border:none;background:#666;cursor:pointer;float:left;color:#fff;border-radius:2px;}
.subtA:hover{background:#888}
.subtB{margin-left:10px;width:65px;height:24px;line-height:24px;text-align:center;border:none;background:#999;cursor:pointer;float:left;color:#fff;border-radius:2px;}
.subtB:hover{background:#666}

/* related product */
.relatedProduct{overflow:hidden;margin-top:20px;}
.relatedProduct ul{padding-top:15px;width:900px;}
.relatedProduct li{width:300px;height:239px;float:left;margin-left:0px;margin-bottom:5px;text-align: center;}
.relatedProduct li img{border:2px solid #e1e1e1;padding:3px;}
.relatedProduct li img:hover{border-color:#B51A20}
.relatedProduct li span{width:215px;height:35px;line-height:35px;}
.videoB{width:550px;height:460px;margin:0 auto 10px;}

/* faq list */
#item_list li{position:relative;margin-bottom:25px;}
#item_list li:after{content:''; position:absolute; top:12px; right:16px; display:block; width:30px; height:30px; background:#013893;pointer-events:none;}
#item_list li h3:before, #item_list li h3:after{content:''; position:absolute; top:26px; right:23px; z-index:2; width:16px; height:2px; background:#fff;}
#item_list li h3:before{width:2px; height:16px; top:19px; right:30px; -webkit-transition:0.3s; transition:0.3s;}
#item_list li.act h3:before{-webkit-transform:rotate(90deg); transform:rotate(90deg);background:transparent\0;}
#item_list li h3{position:relative; padding:0 60px; background-color:#f5f5f5; line-height:54px; font-size:16px; cursor:pointer;font-weight:normal;}
#item_list li div{display:none;padding:25px 0 0 60px;line-height:25px;color:#7c7c7c;-webkit-animation:fadeIn 0.5s ease-out 0.2s both; animation:fadeIn 0.5s ease-out 0.2s both;}

.faqList li h3{background-image:url(../images/faq.png); background-repeat:no-repeat; background-position:20px 0;}
.faqList li div{background:url(../images/faq.png) no-repeat 20px -155px;font-size:14px;}
@-webkit-keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}
@keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}

.downList{height:35px;line-height:35px;border-bottom:1px dotted #e1e1e1;}
.downList a{width:550px;display:block;height:35px;font-size:14px;background:url(../images/down.png) no-repeat left center;padding-left:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;float:left;}
.downList a:hover{background:url(../images/downh.png) no-repeat left center;}
.downList span{float:right;}

.jobsList{width:100%;overflow:hidden;border-top:1px solid #e8e8e8;}
.jobsList dd{height:48px;line-height:48px;border:1px solid #e8e8e8;background:#fff;cursor:pointer;position:relative;border-top:none;}
.jobsList dd em{display:block;width:8px;height:7px;background:url(../images/icone.png) no-repeat;cursor:pointer;position: absolute;top:21px;right:14px;}
.jobsList dd.on{background:#f7f7f8;}
.jobsList dd.on em{background:url(../images/iconf.png) no-repeat;}
.jobsList dd span{display:block;float:left;width:23%;height:48px;text-align:center;font-size:14px;padding-left:2%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.jobsList dt{border:1px solid #e8e8e8;border-top:none;padding:30px 50px;background:#fff;font-size:14px;}
.apply{display:block;width:77px;height:30px;line-height:30px;margin-top:30px;background:url(../images/iconl.png) no-repeat 10px 6px #1990ff;color:#fff;font-size:14px;padding-left:33px;border-radius:4px;}
.apply:hover{background-color:#319afc;color:#fff;}